home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Multimedia / Futuris Imager 4.7 / imager.exe / f_jpeg2000.dll / 0 / RCDATA / TFRMJPSAVE / TFRMJPSAVE.txt
Text File  |  2004-10-22  |  2KB  |  85 lines

  1. object frmJPsave: TfrmJPsave
  2.   Left = 190
  3.   Top = 105
  4.   ActiveControl = btnSave
  5.   BorderStyle = bsDialog
  6.   Caption = 'Save As JPEG 2000'
  7.   ClientHeight = 98
  8.   ClientWidth = 255
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poOwnerFormCenter
  18.   OnKeyDown = FormKeyDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object cbxLossless: TCheckBox
  22.     Left = 7
  23.     Top = 68
  24.     Width = 81
  25.     Height = 17
  26.     Caption = 'Lossless'
  27.     Checked = True
  28.     State = cbChecked
  29.     TabOrder = 0
  30.     OnClick = cbxLosslessClick
  31.     OnKeyDown = cbxLosslessKeyDown
  32.     OnMouseDown = cbxLosslessMouseDown
  33.   end
  34.   object gbxCompression: TGroupBox
  35.     Left = 7
  36.     Top = 7
  37.     Width = 241
  38.     Height = 53
  39.     Caption = ' Compression Level '
  40.     TabOrder = 1
  41.     object lblQualityValue: TLabel
  42.       Left = 209
  43.       Top = 19
  44.       Width = 12
  45.       Height = 13
  46.       Caption = '50'
  47.       Enabled = False
  48.       Transparent = True
  49.     end
  50.     object tbrQuality: TTrackBar
  51.       Left = 7
  52.       Top = 20
  53.       Width = 200
  54.       Height = 21
  55.       Enabled = False
  56.       Max = 100
  57.       PageSize = 5
  58.       Frequency = 10
  59.       Position = 50
  60.       TabOrder = 0
  61.       ThumbLength = 11
  62.       OnChange = tbrQualityChange
  63.     end
  64.   end
  65.   object btnSave: TButton
  66.     Left = 94
  67.     Top = 65
  68.     Width = 75
  69.     Height = 25
  70.     Caption = 'Save'
  71.     Default = True
  72.     TabOrder = 2
  73.     OnClick = btnSaveClick
  74.   end
  75.   object btnCancel: TButton
  76.     Left = 173
  77.     Top = 65
  78.     Width = 75
  79.     Height = 25
  80.     Caption = 'Cancel'
  81.     TabOrder = 3
  82.     OnClick = btnCancelClick
  83.   end
  84. end
  85.